home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / crosref / adaref.doc < prev    next >
Encoding:
Text File  |  1988-05-03  |  628 b   |  10 lines

  1. An Ada reference program exists on the VAX to aid in program debugging.
  2. In order to run this program, it is necessary to have your program in
  3. a file on the VAX.  When you want a listing of each identifier
  4. used in your program, type " @adaref.com ".  The program will
  5. ask the name of the input file, which is your program, and the output
  6. file, which is where the output copy of your program will be stored.
  7. This output has line numbers and a list of each identifer and all the 
  8. lines where that identifier is used.  Note; since the program has line
  9. numbers and other additional data, the output file cannot be compiled.
  10.